128 lines
4.6 KiB
Text
Executable file
128 lines
4.6 KiB
Text
Executable file
{
|
|
"@context": {
|
|
"api": "http://smartplatforms.org/terms/api#",
|
|
"dcterms": "http://purl.org/dc/terms/",
|
|
"foaf": "http://xmlns.com/foaf/0.1/",
|
|
"owl": "http://www.w3.org/2002/07/owl#",
|
|
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
|
"sp": "http://smartplatforms.org/terms#",
|
|
"sp:abnormalInterpretation": {"@type": "@id"},
|
|
"sp:address": {"@type": "@id"},
|
|
"sp:alertLevel": {"@type": "@id"},
|
|
"sp:allergicReaction": {"@type": "@id"},
|
|
"sp:allergyExclusionName": {"@type": "@id"},
|
|
"sp:belongsTo": {"@type": "@id"},
|
|
"sp:bloodPressure": {"@type": "@id"},
|
|
"sp:bodyMassIndex": {"@type": "@id"},
|
|
"sp:bodyPosition": {"@type": "@id"},
|
|
"sp:bodySite": {"@type": "@id"},
|
|
"sp:category": {"@type": "@id"},
|
|
"sp:code": {"@type": "@id"},
|
|
"sp:created": {"@type": "@id"},
|
|
"sp:denominator": {"@type": "@id"},
|
|
"sp:diastolic": {"@type": "@id"},
|
|
"sp:drugAllergen": {"@type": "@id"},
|
|
"sp:drugClass": {"@type": "@id"},
|
|
"sp:drugClassAllergen": {"@type": "@id"},
|
|
"sp:drugName": {"@type": "@id"},
|
|
"sp:encounter": {"@type": "@id"},
|
|
"sp:encounterType": {"@type": "@id"},
|
|
"sp:facility": {"@type": "@id"},
|
|
"sp:foodAllergen": {"@type": "@id"},
|
|
"sp:frequency": {"@type": "@id"},
|
|
"sp:fulfillment": {"@type": "@id"},
|
|
"sp:hasStatement": {"@type": "@id"},
|
|
"sp:heartRate": {"@type": "@id"},
|
|
"sp:height": {"@type": "@id"},
|
|
"sp:labName": {"@type": "@id"},
|
|
"sp:labResult": {"@type": "@id"},
|
|
"sp:labSpecimenCollected": {"@type": "@id"},
|
|
"sp:labStatus": {"@type": "@id"},
|
|
"sp:maximum": {"@type": "@id"},
|
|
"sp:medicalRecordNumber": {"@type": "@id"},
|
|
"sp:medication": {"@type": "@id"},
|
|
"sp:method": {"@type": "@id"},
|
|
"sp:minimum": {"@type": "@id"},
|
|
"sp:narrativeResult": {"@type": "@id"},
|
|
"sp:nominalResult": {"@type": "@id"},
|
|
"sp:nonCriticalRange": {"@type": "@id"},
|
|
"sp:normalRange": {"@type": "@id"},
|
|
"sp:numerator": {"@type": "@id"},
|
|
"sp:ordinalResult": {"@type": "@id"},
|
|
"sp:organization": {"@type": "@id"},
|
|
"sp:oxygenSaturation": {"@type": "@id"},
|
|
"sp:participant": {"@type": "@id"},
|
|
"sp:person": {"@type": "@id"},
|
|
"sp:pharmacy": {"@type": "@id"},
|
|
"sp:problemName": {"@type": "@id"},
|
|
"sp:provenance": {"@type": "@id"},
|
|
"sp:provider": {"@type": "@id"},
|
|
"sp:quantitativeResult": {"@type": "@id"},
|
|
"sp:quantity": {"@type": "@id"},
|
|
"sp:quantityDispensed": {"@type": "@id"},
|
|
"sp:respiratoryRate": {"@type": "@id"},
|
|
"sp:severity": {"@type": "@id"},
|
|
"sp:specimenCollected": {"@type": "@id"},
|
|
"sp:systolic": {"@type": "@id"},
|
|
"sp:temperature": {"@type": "@id"},
|
|
"sp:translationFidelity": {"@type": "@id"},
|
|
"sp:valueAndUnit": {"@type": "@id"},
|
|
"sp:vitalName": {"@type": "@id"},
|
|
"sp:weight": {"@type": "@id"},
|
|
"spcode": "http://smartplatforms.org/terms/codes/",
|
|
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
"vcard:adr": {"@type": "@id"},
|
|
"vcard:n": {"@type": "@id"},
|
|
"vcard:tel": {"@type": "@id"}
|
|
},
|
|
"@graph": [{
|
|
"@id": "http://localhost:7000/records/999888",
|
|
"@type": "sp:MedicalRecord",
|
|
"sp:hasStatement": {
|
|
"@id": "http://localhost:7000/records/999888/vital_signs/c9ddca3e-3df8-4f13-9a16-eecd80aa8ff6",
|
|
"@type": "sp:VitalSigns",
|
|
"sp:belongsTo": "http://localhost:7000/records/999888",
|
|
"sp:bloodPressure": {
|
|
"@id": "_:b2",
|
|
"@type": "sp:BloodPressure",
|
|
"sp:systolic": {
|
|
"@id": "_:b0",
|
|
"@type": "sp:VitalSign",
|
|
"sp:vitalName": {
|
|
"@id": "_:b1",
|
|
"dcterms:title": "Systolic blood pressure",
|
|
"@type": "sp:CodedValue",
|
|
"sp:code": "http://loinc.org/codes/8480-6"
|
|
},
|
|
"sp:value": "111.226458141",
|
|
"sp:unit": "mm[Hg]"
|
|
}
|
|
}
|
|
}
|
|
}, {
|
|
"@id": "http://localhost:7000/records/999888/vital_signs/c9ddca3e-3df8-4f13-9a16-eecd80aa8ff6",
|
|
"@type": "sp:VitalSigns",
|
|
"sp:belongsTo": {
|
|
"@id": "http://localhost:7000/records/999888",
|
|
"@type": "sp:MedicalRecord",
|
|
"sp:hasStatement": "http://localhost:7000/records/999888/vital_signs/c9ddca3e-3df8-4f13-9a16-eecd80aa8ff6"
|
|
},
|
|
"sp:bloodPressure": {
|
|
"@id": "_:b2",
|
|
"@type": "sp:BloodPressure",
|
|
"sp:systolic": {
|
|
"@id": "_:b0",
|
|
"@type": "sp:VitalSign",
|
|
"sp:unit": "mm[Hg]",
|
|
"sp:value": "111.226458141",
|
|
"sp:vitalName": {
|
|
"@id": "_:b1",
|
|
"@type": "sp:CodedValue",
|
|
"dcterms:title": "Systolic blood pressure",
|
|
"sp:code": "http://loinc.org/codes/8480-6"
|
|
}
|
|
}
|
|
}
|
|
}]
|
|
}
|