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

FHIR IG analytics

Packagehl7.fhir.no.basis
Resource TypeRelatedPerson
Idno-basis-RelatedPerson-Ærlend-Sørgård-person-extension.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "RelatedPerson",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-RelatedPerson"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "NO"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.no/fhir/StructureDefinition/no-basis-person-citizenship"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.1",
      "value": "05073500186"
    }
  ],
  "patient": {
    "extension": [
      {
        "url": "http://hl7.no/fhir/StructureDefinition/no-basis-relatedperson-person-reference",
        "valueReference": {
          "identifier": {
            "system": "urn:oid:2.16.578.1.12.4.1.4.1",
            "value": "04021950128"
          }
        }
      }
    ],
    "identifier": {
      "system": "urn:oid:2.16.578.1.12.4.1.4.1",
      "value": "04021950128"
    }
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://hl7.no/fhir/CodeSystem/no-basis-marital-status",
          "code": "gift"
        }
      ]
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.no/fhir/StructureDefinition/no-basis-middlename",
          "valueString": "Pårørende"
        }
      ],
      "family": "Sørgård",
      "given": [
        "Ærlend"
      ]
    }
  ]
}