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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypePatient
IdPatient-infant-example.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 infant-example

Infant Example Male, DoB: 2020-06-02 ( Medical Record Number: 1032703 (use: usual, ))


Active:true
Contact Detail
  • ph: 555-555-5555(Home)
  • 49 Meadow St Mounds OK 74047 US

Source1

{
  "resourceType": "Patient",
  "id": "infant-example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "1032703"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Example",
      "given": [
        "Infant"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "2020-06-02",
  "address": [
    {
      "line": [
        "49 Meadow St"
      ],
      "city": "Mounds",
      "state": "OK",
      "postalCode": "74047",
      "country": "US"
    }
  ]
}