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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypePatient
IdPatient-child-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 child-example

Profile: US Core Patient Profile version: 9.0.0

Child Example (no stated gender), DoB: 2016-01-15 ( Medical Record Number: 1032704 (use: usual, ))


Active:true
Contact Detail
  • ph: 555-555-5555(Home)
  • 49 MEADOW ST MOUNDS OK 74047 US
US Core Ethnicity Extension:
US Core Individual Sex ExtensionSNOMED CT: 248153007 (Male (finding)) (version = http://snomed.info/sct/731000124108 )
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "child-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2028-9",
            "display": "Asian"
          }
        },
        {
          "url": "text",
          "valueString": "Asian"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2186-5",
            "display": "Not Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-individual-sex",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/731000124108",
        "code": "248153007",
        "display": "Male (finding)"
      }
    }
  ],
  "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://example.org/patient/identifiers",
      "value": "1032704"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Example",
      "given": [
        "Child"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    }
  ],
  "birthDate": "2016-01-15",
  "address": [
    {
      "line": [
        "49 MEADOW ST"
      ],
      "city": "MOUNDS",
      "state": "OK",
      "postalCode": "74047",
      "country": "US"
    }
  ]
}