IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "practitioner-1",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Practitioner 1 Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a practitioner 1 example for the *IE Core Practitioner Profile*."
}
],
"profile" : [
🔗 "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-1</b></p><a name=\"practitioner-1\"> </a><a name=\"hcpractitioner-1\"> </a><a name=\"practitioner-1-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/imc</code>/254567</p><p><b>name</b>: Ronald Bone </p><p><b>address</b>: 1003 HEALTHCARE DR AMHERST Dublin D18 CV48 (work)</p></div>"
},
"identifier" : [
{
"system" : "http://iehr.ai/fhir/sid/ie/imc",
"value" : "254567"
}
],
"name" : [
{
"family" : "Bone",
"given" : [
"Ronald"
],
"prefix" : [
"Dr"
]
}
],
"address" : [
{
"use" : "work",
"line" : [
"1003 HEALTHCARE DR"
],
"city" : "AMHERST",
"state" : "Dublin",
"postalCode" : "D18 CV48"
}
]
}