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

FHIR IG analytics

Packageths-greifswald.ttp-fhir-gw
Resource TypePatient
IdPatient-Idat-example-1.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": "Patient",
  "id": "Idat-example-1",
  "meta": {
    "profile": [
      "https://ths-greifswald.de/fhir/StructureDefinition/dispatcher/Patient/Idat"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Musterhausen"
      }
    },
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "DE",
                "system": "urn:iso:std:iso:3166"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "name": [
    {
      "prefix": [
        "Dr. med."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "valueCode": "AC",
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
            }
          ]
        }
      ],
      "family": "Mustermann",
      "given": [
        "Martin"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1965-12-03"
}