FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.home-lab-report
Resource TypePatient
IdPatient-patient-at-home-in-vitro-test-stacy-trevor.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient patient-at-home-in-vitro-test-stacy-trevor

Stacy Trevor Female, DoB: 1988-01-21 ( Medical Record Number: P21-0000105078 (use: usual, ))


Active:true
Contact Detail
  • ph: 947-226-0356(Home)
  • 11 Norman Drive Palatine IL 60067 US
US Core Ethnicity Extension:
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patient-at-home-in-vitro-test-stacy-trevor",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2054-5",
            "display": "Black or African American"
          }
        },
        {
          "url": "text",
          "valueString": "Black or African American"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "UNK",
            "display": "Unknown"
          }
        },
        {
          "url": "text",
          "valueString": "Unknown"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://hospital.reliableorg.org",
      "value": "P21-0000105078"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Trevor",
      "given": [
        "Stacy"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "947-226-0356",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1988-01-21",
  "address": [
    {
      "line": [
        "11 Norman Drive"
      ],
      "city": "Palatine",
      "district": "Cook",
      "state": "IL",
      "postalCode": "60067",
      "country": "US"
    }
  ]
}