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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypePatient
IdPatient-SubscriberExample.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: Patient SubscriberExample

Language: en

Profile: PAS Subscriber Patient

JOE SMITH Male, DoB Unknown ( http://example.org/MIN#12345678901)


Military StatusRU

Source1

{
  "resourceType": "Patient",
  "id": "SubscriberExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-militaryStatus",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://codesystem.x12.org/005010/584",
            "code": "RU"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/MIN",
      "value": "12345678901"
    }
  ],
  "name": [
    {
      "family": "SMITH",
      "given": [
        "JOE"
      ]
    }
  ],
  "gender": "male"
}