jsonld-ex/test/data/json-ld.org-test-suite/frame-0015-frame.jsonld
2017-03-24 23:08:41 +01:00

93 lines
3.3 KiB
Plaintext
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"}
},
"@type": [
"sp:Statement",
"sp:Fulfillment",
"sp:Alert",
"sp:AllergyExclusion",
"sp:Demographics",
"sp:Problem",
"sp:Medication",
"sp:VitalSigns",
"sp:MedicalRecord",
"sp:LabResult",
"sp:Allergy",
"sp:Encounter"
]
}