FHIR IG analytics| Package | hl7.fhir.us.pdmp |
| Resource Type | Patient |
| Id | Patient-pdmp-patient-2-veterinary.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient pdmp-patient-2-veterinary
Fido Samuels Male, DoB: ( Medical record number: 10035406)
| Contact Detail | 10023 Oakways Ln MA 01742 | ||
| Patient Animal: |
| ||
{
"resourceType": "Patient",
"id": "pdmp-patient-2-veterinary",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "species",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/PMIXSpeciesTypeCode",
"code": "02",
"display": "Veterinary Patient"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-animal"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "http://vet-medical.example.org/mrn",
"value": "10035406"
}
],
"name": [
{
"family": "Samuels",
"given": [
"Fido"
]
}
],
"gender": "male",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
},
"address": [
{
"line": [
"10023 Oakways Ln"
],
"state": "MA",
"postalCode": "01742"
}
]
}