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

FHIR IG analytics

Packageobligation
Resource TypePatient
IdPatient-APatient2.json
FHIR VersionR5

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 APatient2

Gabriele Mustermann (official) Male, DoB: 1993-08-14 ( http://fhir.test.de/abc#PAT123)


Marital Status:Married

Source1

{
  "resourceType": "Patient",
  "id": "APatient2",
  "meta": {
    "profile": [
      "http://obligation.oemig.de/fhir/StructureDefinition/APatientSenderProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.test.de/abc",
      "value": "PAT123"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermann",
      "given": [
        "Gabriele"
      ]
    }
  ],
  "gender": "male",
  "_gender": {
    "extension": [
      {
        "extension": [
          {
            "url": "code",
            "valueCode": "SHALL:send"
          },
          {
            "url": "actor",
            "valueReference": {
              "reference": "ActorDefinition/ActorDefReceiverTest"
            }
          },
          {
            "url": "documentation",
            "valueString": "This is the test documentation."
          }
        ],
        "url": "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"
      }
    ]
  },
  "birthDate": "1993-08-14",
  "_birthDate": {
    "extension": [
      {
        "extension": [
          {
            "url": "code",
            "valueCode": "SHALL:print"
          }
        ],
        "url": "http://v2.hl7.org/fhir/StructureDefinition/new-obligation"
      }
    ]
  },
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  }
}