Starter FHIR Implementation Guide
1.0.1 - draft
Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions
This content is an example of the Related Person Logical Model Logical Model and is not a FHIR Resource
{
"resourceType": "http://jembi.org/fhir/StructureDefinition/RelatedPersonLogicalModel",
"id": "RelatedPersonLogicalModelExample1",
"name": [
{
"firstName": "Jane",
"middleName": "Smith"
}
],
"relationshipType": {
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
}
]
},
"maritalStatus": {
"status": {
"coding": [
{
"code": "M",
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
}
]
},
"_effectiveDate": {
"extension": [
{
"valueDate": "1999-01-01",
"url": "http://jembi.org/fhir/StructureDefinition/marital-status-date"
}
]
}
}
}