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

FHIR IG analytics

Packageihe.iti.pmir
Resource TypeRelatedPerson
IdRelatedPerson-bf7c8e34-1be8-4b67-aad7-d62d8da48065.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: RelatedPerson bf7c8e34-1be8-4b67-aad7-d62d8da48065

identifier: urn:oid:1.3.6.1.4.1.21367.13.20.308/Child

patient: Identifier: urn:oid:1.3.6.1.4.1.21367.13.20.308/Mother

relationship: child


Source1

{
  "resourceType": "RelatedPerson",
  "id": "bf7c8e34-1be8-4b67-aad7-d62d8da48065",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.RelatedPerson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.3.6.1.4.1.21367.13.20.308",
      "value": "Child"
    }
  ],
  "patient": {
    "identifier": {
      "system": "urn:oid:1.3.6.1.4.1.21367.13.20.308",
      "value": "Mother"
    }
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "CHILD"
        }
      ]
    }
  ]
}