Tenet Healthcare · JSON-LD Context

Tenet Healthcare Context

JSON-LD context defining the semantic vocabulary for Tenet Healthcare from Tenet Healthcare.

10 Classes 12 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fhir: https://hl7.org/fhir/R4/
snomed: http://snomed.info/sct/
loinc: http://loinc.org/
tenet: https://api-evangelist.com/providers/tenet-healthcare/

Classes

name description url MedicalOrganization Hospital MedicalAppointment MedicalCondition Drug Tags Documentation

Properties

Property Type Container
Patient schema:Person
patient reference
appointment reference
observation reference
condition reference
medicationRequest reference
patientId schema:Text
birthDate schema:Date
gender schema:Text
appointmentDate schema:DateTime
provider reference
location reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fhir": "https://hl7.org/fhir/R4/",
    "snomed": "http://snomed.info/sct/",
    "loinc": "http://loinc.org/",
    "tenet": "https://api-evangelist.com/providers/tenet-healthcare/",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "MedicalOrganization": "schema:MedicalOrganization",
    "Hospital": "schema:Hospital",
    "Patient": {
      "@id": "schema:Patient",
      "@type": "schema:Person"
    },
    "MedicalAppointment": "schema:MedicalAppointment",
    "MedicalCondition": "schema:MedicalCondition",
    "Drug": "schema:Drug",
    "patient": {
      "@id": "fhir:Patient",
      "@type": "@id"
    },
    "appointment": {
      "@id": "fhir:Appointment",
      "@type": "@id"
    },
    "observation": {
      "@id": "fhir:Observation",
      "@type": "@id"
    },
    "condition": {
      "@id": "fhir:Condition",
      "@type": "@id"
    },
    "medicationRequest": {
      "@id": "fhir:MedicationRequest",
      "@type": "@id"
    },
    "patientId": {
      "@id": "schema:identifier",
      "@type": "schema:Text"
    },
    "birthDate": {
      "@id": "schema:birthDate",
      "@type": "schema:Date"
    },
    "gender": {
      "@id": "schema:gender",
      "@type": "schema:Text"
    },
    "appointmentDate": {
      "@id": "schema:startDate",
      "@type": "schema:DateTime"
    },
    "provider": {
      "@id": "schema:provider",
      "@type": "@id"
    },
    "location": {
      "@id": "schema:location",
      "@type": "@id"
    },
    "Tags": "schema:keywords",
    "Documentation": "schema:documentation"
  }
}