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

FHIR IG analytics

Packagehl7.fhir.us.home-lab-report.r4
Resource TypePatient
IdPatient-patient-at-home-in-vitro-test-patricia-noelle.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

Patricia Noelle female, DoB: 1954-10-17 ( Medical Record Number: 900 (use: USUAL))


Active:true
Contact Details:
Extension - Sex For Clinical Use:
  • value: Female sex for clinical use

Source1

{
  "resourceType": "Patient",
  "id": "patient-at-home-in-vitro-test-patricia-noelle",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2023-01-26T02:02:08.079+00:00",
    "source": "#8Lcr0qlYU9srAJpp",
    "profile": [
      "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Extension-sex-for-clinical-use",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-sex-for-clinical-use",
                "code": "female",
                "display": "Female sex for clinical use"
              }
            ]
          }
        }
      ]
    }
  ],
  "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.smarthealthit.org",
      "value": "900"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Noelle",
      "given": [
        "Patricia"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-2003",
      "use": "home"
    },
    {
      "system": "email",
      "value": "Patricia.Noelle@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1954-10-17",
  "address": [
    {
      "line": [
        "7247 Main St"
      ],
      "city": "Springfield",
      "district": "Sangamon",
      "state": "IL",
      "postalCode": "62707",
      "country": "US"
    }
  ]
}