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

FHIR IG analytics

Packageths-greifswald.ttp-fhir-gw
Resource TypeParameters
IdParameters-Parameters-ProvidePatientData-request-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": "Parameters",
  "id": "Parameters-ProvidePatientData-request-example-1",
  "parameter": [
    {
      "name": "taskId",
      "valueId": "064ddebf-b20e-468a-97fd-88097bcdbc11"
    },
    {
      "name": "target",
      "valueString": "codex"
    },
    {
      "name": "apikey",
      "valueString": "abcdef12345"
    },
    {
      "name": "patient",
      "resource": {
        "resourceType": "Patient",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
            "valueAddress": {
              "city": "Musterhausen"
            }
          }
        ],
        "name": [
          {
            "family": "Mustermann",
            "given": [
              "Martin"
            ],
            "prefix": [
              "Dr. med."
            ],
            "_prefix": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                    "valueCode": "AC"
                  }
                ]
              }
            ]
          }
        ],
        "gender": "male",
        "birthDate": "1965-12-03"
      }
    }
  ]
}