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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypePatient
IdPatient-MotherPatientExample.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 MotherPatientExample

Miranda Stephanie Boucher (official) Female, DoB: 1988-02-17 ( Medical record number)


Deceased:falseMultiple Birth:false
Other Id:Social Beneficiary Identifier/111223333
Contact Detail45 Clearview Ave Ann Arbor MI 48105
Links:
US Core Ethnicity Extension:
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "MotherPatientExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-mother-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "text",
          "valueString": "White"
        }
      ],
      "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"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://www.acme.com/identifiers/patient",
      "value": "6789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SB"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "111223333"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Boucher",
      "given": [
        "Miranda",
        "Stephanie"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1988-02-17",
  "deceasedBoolean": false,
  "address": [
    {
      "line": [
        "45 Clearview Ave"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "48105"
    }
  ],
  "multipleBirthBoolean": false,
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/MotherRelatedPersonBirthingExample"
      },
      "type": "seealso"
    }
  ]
}