meditech · JSON-LD Context

Meditech Context

JSON-LD context defining the semantic vocabulary for Meditech from meditech.

16 Classes 6 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fhir: http://hl7.org/fhir/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Patient id name family given gender address telecom value identifier Observation Condition MedicationRequest AllergyIntolerance Encounter DiagnosticReport

Properties

Property Type Container
active boolean
birthDate date
deceasedDateTime dateTime
generalPractitioner reference
managingOrganization reference
lastUpdated dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fhir": "http://hl7.org/fhir/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Patient": "schema:Patient",
    "id": "schema:identifier",
    "active": {
      "@id": "schema:activeStatus",
      "@type": "xsd:boolean"
    },
    "name": "schema:name",
    "family": "schema:familyName",
    "given": "schema:givenName",
    "gender": "schema:gender",
    "birthDate": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },
    "deceasedDateTime": {
      "@id": "schema:deathDate",
      "@type": "xsd:dateTime"
    },
    "address": "schema:address",
    "telecom": "schema:contactPoint",
    "value": "schema:value",
    "identifier": "schema:identifier",
    "Observation": "schema:Observation",
    "Condition": "schema:MedicalCondition",
    "MedicationRequest": "schema:Drug",
    "AllergyIntolerance": "schema:allergyOrIntolerance",
    "Encounter": "schema:MedicalVisit",
    "DiagnosticReport": "schema:MedicalTest",
    "generalPractitioner": {
      "@id": "schema:doctor",
      "@type": "@id"
    },
    "managingOrganization": {
      "@id": "schema:memberOf",
      "@type": "@id"
    },
    "lastUpdated": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}