FHIR IG analytics| Package | acme.cowboy.fsh |
| Resource Type | Patient |
| Id | Patient-duplicate-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "John",
"meta": {
"profile": [
"http://example.org/StructureDefinition/Cowboy"
]
},
"extension": [
{
"url": "http://example.org/StructureDefinition/FavouriteCowboyHat",
"valueCoding": {
"code": "banana",
"system": "http://example.org/CodeSystem/CowboyHatTypes"
}
}
],
"name": [
{
"given": [
"John"
],
"family": "Doesn't"
}
]
}