Universal Health Services · JSON-LD Context

Universal Health Services Context

JSON-LD context defining the semantic vocabulary for Universal Health Services from Universal Health Services.

10 Classes 13 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
uhs: https://api-evangelist.github.io/universal-health-services/vocabulary#
fhir: http://hl7.org/fhir/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Hospital BehavioralHealthFacility MedicalClinic Patient MedicalCondition MedicalProcedure Physician FHIRBundle FHIRPatient FHIREncounter

Properties

Property Type Container
facilityId string
npi string
admissionDate date
dischargeDate date
drg string
icd10Code string
fhirId string
name
description
address
telephone
medicalSpecialty
availableService

JSON-LD Document

universal-health-services-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "uhs": "https://api-evangelist.github.io/universal-health-services/vocabulary#",
    "fhir": "http://hl7.org/fhir/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Hospital": "schema:Hospital",
    "BehavioralHealthFacility": "uhs:BehavioralHealthFacility",
    "MedicalClinic": "schema:MedicalClinic",
    "Patient": "schema:Patient",
    "MedicalCondition": "schema:MedicalCondition",
    "MedicalProcedure": "schema:MedicalProcedure",
    "Physician": "schema:Physician",
    "FHIRBundle": "uhs:FHIRBundle",
    "FHIRPatient": "uhs:FHIRPatient",
    "FHIREncounter": "uhs:FHIREncounter",

    "facilityId": {
      "@id": "uhs:facilityId",
      "@type": "xsd:string"
    },
    "npi": {
      "@id": "uhs:npi",
      "@type": "xsd:string"
    },
    "admissionDate": {
      "@id": "uhs:admissionDate",
      "@type": "xsd:date"
    },
    "dischargeDate": {
      "@id": "uhs:dischargeDate",
      "@type": "xsd:date"
    },
    "drg": {
      "@id": "uhs:drg",
      "@type": "xsd:string"
    },
    "icd10Code": {
      "@id": "uhs:icd10Code",
      "@type": "xsd:string"
    },
    "fhirId": {
      "@id": "fhir:id",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "address": {
      "@id": "schema:address"
    },
    "telephone": {
      "@id": "schema:telephone"
    },
    "medicalSpecialty": {
      "@id": "schema:medicalSpecialty"
    },
    "availableService": {
      "@id": "schema:availableService"
    }
  }
}